body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #f3e5f5;
    color: #cca9dd;
}

header {
    background: white;
    color: #4a148c;
    padding: 0.8rem;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
}

.contenedor {
    position: relative;
    padding: 20px;
    width: 100%;
    display: block;
}

.imagen {
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%; /* Ajusta el tamaño según sea necesario */
    height: auto;
    display: block;
    max-width: 250px;
}

.hero {
    padding: 40px;
    background: #e1bee7;
    border-radius: 10px;
    margin: 20px;
}

.hero img {
    width: 80%;
    max-width: 150px;
    border-radius: 10px;
}


.btn {
    display: inline-block;
    padding: 0.8em 1.2em;
    font-size: 1rem;
    margin-top: 20px;
    background: #4a148c;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.btn2 {
    display: inline-block;
    padding: 15px 30px;
    margin-top: 20px;
    background: #4a148c;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}


form {
    max-width: 400px;
    margin: auto;
}

input, textarea {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
}

button {
    background: #6a1b9a;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

footer {
    background: white;
    color: #4a148c;
    padding: 10px;
}

.seccion-con-fondo {
  position: relative;
  background-image: url('./Ecologia.jpg');
  background-size: cover;
  background-position: center;
  height: 500px; /* o usa min-height */
  overflow: hidden;
}

.seccion-con-fondo img{
    width: 80%;
    max-width: 150px;
    border-radius: 10px;
}

.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* o usa opacity */
  pointer-events: none;
}

.contenido {
  position: relative;
  z-index: 2; /* Encima de la superposición */
  padding: 30px;
}

.seccion-con-fondo2 {
  position: relative;
  background-image: url('./Family.jpg');
  background-size: cover;
  background-position: center;
  height: 500px; /* o usa min-height */
  overflow: hidden;
}

.video {
    padding: 40px;
    background: #d1c4e9;
    border-radius: 10px;
    margin: 20px;
}

video {
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
}

.seccion-con-fondo3 {
  position: relative;
  background-image: url('./Llanta.jpg');
  background-size: cover;
  background-position: center;
  height:500px; /* o usa min-height */
  overflow: hidden;
}